draftからrequestに
Signed-off-by: mattyatea <mattyacocacora0@gmail.com>
This commit is contained in:
parent
53d250dddf
commit
8fd5eb7010
30 changed files with 184 additions and 198 deletions
|
|
@ -42,7 +42,7 @@ export const packedEmojiSimpleSchema = {
|
|||
},
|
||||
},
|
||||
} as const;
|
||||
export const packedEmojiDraftSimpleSchema = {
|
||||
export const packedEmojiRequestSimpleSchema = {
|
||||
type: 'object',
|
||||
properties: {
|
||||
aliases: {
|
||||
|
|
@ -131,7 +131,7 @@ export const packedEmojiDetailedSchema = {
|
|||
},
|
||||
} as const;
|
||||
|
||||
export const packedEmojiDraftDetailedSchema = {
|
||||
export const packedEmojiRequestDetailedSchema = {
|
||||
type: 'object',
|
||||
properties: {
|
||||
id: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue