Type Alias AdminResourceListConfig

AdminResourceListConfig: AdminListConfig & {
    resource: string;
    subdomain?: string;
}