Type Alias CustomBorderColorOption

CustomBorderColorOption: {
    name: CustomBorderColorOption.name;
    value: string;
}

Used to specify the border color of a sticker

Type declaration