Interface SoundcloudCreatorSubscription

interface SoundcloudCreatorSubscription {
    product: {
        id: string;
    };
}

Properties

Properties

product: {
    id: string;
}

Type declaration

  • id: string