Type alias UserExportSkeleton

UserExportSkeleton: UserSkeleton & {
    config: UserConfigSkeleton;
}

Type declaration