Type alias FrameProcessDetails

FrameProcessDetails: ProcessDetails & {
    entityType: string;
    url: string;
}

Generated using TypeDoc