Type alias LinksQuery

LinksQuery: {
    collectionName?: string;
    type?: PermissionType;
}

Type declaration