Type alias CustomPosterRecord

CustomPosterRecord: {
    background: string | null;
    word: string | null;
} | undefined

Generated using TypeDoc