Variable GetReleaseDocumentConst

GetReleaseDocument: TypedDocumentNode<GetReleaseQuery, Exact<{
    organization: string;
    project: string;
    version: string;
}>> = ...