Variable adminCustomEmojiSchemaConst
adminCustomEmojiSchema: ObjectSchema<
{
category: SchemaWithFallback<
NullableSchema<StringSchema<undefined>, undefined>,
null,
>;
content_type: SchemaWithFallback<
NullableSchema<StringSchema<undefined>, undefined>,
null,
>;
disabled: SchemaWithFallback<BooleanSchema<undefined>, false>;
domain: SchemaWithFallback<
NullableSchema<StringSchema<undefined>, undefined>,
null,
>;
id: StringSchema<undefined>;
shortcode: StringSchema<undefined>;
static_url: SchemaWithFallback<StringSchema<undefined>, "">;
total_file_size: SchemaWithFallback<
NullableSchema<NumberSchema<undefined>, undefined>,
null,
>;
updated_at: SchemaWithFallback<
OptionalSchema<
SchemaWithPipe<
readonly [StringSchema<undefined>, RegexAction<string, undefined>],
>,
undefined,
>,
undefined,
>;
uri: SchemaWithFallback<StringSchema<undefined>, "">;
url: StringSchema<undefined>;
visible_in_picker: SchemaWithFallback<BooleanSchema<undefined>, true>;
},
undefined,
> = ...
Admin view of a custom emoji.