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

    Interface CustomClientThemeShareRequest

    interface CustomClientThemeShareRequest {
        base_mix: number;
        base_theme?: MessageShareCustomUserThemeBaseTheme | null;
        colors: string[];
        gradient_angle: number;
    }
    Index

    Properties

    base_mix: number
    colors: string[]
    gradient_angle: number