Type Alias MetaCriteria<T>

MetaCriteria: {
    [K in MetaAttributeKey]?: K extends "organization" ? string : T
}

Type Parameters