OmniScriptIdentifier: string | OmniScriptFilter & {
    id?: string;
} | Partial<OmniScriptFilter> & {
    id: string;
}