interface Reference { /** * */ type?: "PartnerId" | "CustomerDirectoryId"; /** * */ ref?: string; } export default Reference;