export interface RequestExpenseSubTypeCreateOrUpdate { id?: string; name: string; memo?: string; }