import { SAMLDomain } from './listDomain';

export type Props = {
	name: string;
	orgId: string;
};

export type PayloadProps = SAMLDomain;
