Type alias ExtendedComment

ExtendedComment: Comment & {
    serviceData: Service | undefined;
}

Type declaration