oak-general-business/es/components/userEntityGrant/share/web.d.ts

8 lines
307 B
TypeScript

import React from 'react';
import { WebComponentProps } from 'oak-frontend-base';
import { EntityDict } from '../../../oak-app-domain';
export default function Render(props: WebComponentProps<EntityDict, 'userEntityGrant', false, {
url: string;
expiresAt: number;
}, {}>): React.JSX.Element | null;