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