6 lines
280 B
TypeScript
6 lines
280 B
TypeScript
import { EntityDict } from '../../../general-app-domain';
|
|
import { WebComponentProps } from 'oak-frontend-base';
|
|
export default function Render(props: WebComponentProps<EntityDict, 'wechatUser', true, {
|
|
wechatUsers: EntityDict['wechatUser']['Schema'][];
|
|
}, {}>): JSX.Element;
|