forked from loafle/openapi-generator-original
update samples
This commit is contained in:
parent
877a3fc58d
commit
e58646a629
@ -18,9 +18,9 @@
|
||||
* @export
|
||||
*/
|
||||
export const UserType = {
|
||||
Admin: 'admin' as 'admin',
|
||||
User: 'user' as 'user'
|
||||
};
|
||||
Admin: 'admin',
|
||||
User: 'user'
|
||||
} as const;
|
||||
export type UserType = typeof UserType[keyof typeof UserType];
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user