Type alias CreateListingOperation

CreateListingOperation: {
    key: "CreateListingOperation";
    input: CreateListingInput;
    __output: undefined | CreateListingOutput;
}

Type declaration

Generated using TypeDoc