UNPKG

@alisdigital/types-library

Version:

TypeScript type definitions for Papilet ecosystem with session soft delete and event management features

3 lines (2 loc) 177 B
export declare const RoleEnum: readonly ["admin", "advisor", "software", "trendyol", "graphics", "shopify", "ads", "blogger"]; export type RoleType = (typeof RoleEnum)[number];