@typed-discord/rest
    Preparing search index...

    Interface GuildTemplateRoleColorsResponse

    interface GuildTemplateRoleColorsResponse {
        primary_color: number;
        secondary_color: number | null;
        tertiary_color: number | null;
    }
    Index

    Properties

    primary_color: number
    secondary_color: number | null
    tertiary_color: number | null