EntityRequestId: {
    params: {
        ids: string[];
    };
    type: ById;
}

Type declaration

  • params: {
        ids: string[];
    }
    • ids: string[]
  • type: ById

Generated using TypeDoc