getAllowedChildrenOf(    unique: null | string,    parentContentUnique: null | string,): Promise<    | {        data: { items: ClientItemType[]; total: number };        error?: undefined;    }    | {        data?: undefined;        error: | undefined        | (
            (Error | UmbApiError | UmbCancelError | UmbError) & (UmbApiError | UmbCancelError)
        )
;    },> 
Creates an instance of UmbContentTypeStructureServerDataSourceBase.