Home > @vsf-enterprise/commercetools-types > PlatformFormat
# PlatformFormat type
Signature:
export declare type PlatformFormat = NotificationFormat & {
__typename?: 'PlatformFormat';
type: Scalars['String'];
};
References: NotificationFormat, Scalars