Type alias TeeStoreDataResponseType

TeeStoreDataResponseType: TernoaHelpers.StorePayloadType & {
    description: string;
    enclave_id: number;
    nft_id: number;
    status: string;
}

Generated using TypeDoc