Type Alias OrganizationProps

OrganizationProps: {
    name: string;
    sys: MetaSysProps;
}

Type declaration