interface AsyncId {
    asyncId: string;
}

Hierarchy

  • Record<string, unknown>
    • AsyncId

Properties

Properties

asyncId: string