Type Alias SyncBlindBoxResponse

SyncBlindBoxResponse: {
    blindboxKey: string;
    imageUri: string;
    tokenUri: string;
}