export type NotificationCreate = {
    isActive?: boolean;
    stateNames?: string[];
    tags?: string[];
    blockDocumentId: string;
};
