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

    Interface RoleColors

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

    Properties

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