Variable GetReleasesVersionsDocumentConst

GetReleasesVersionsDocument: TypedDocumentNode<GetReleasesVersionsQuery, Exact<{
    organization: string;
    page: number;
    project: string;
}>> = ...