Variable GetConfigsDocumentConst

GetConfigsDocument: TypedDocumentNode<GetConfigsQuery, Exact<{
    branch: string;
    org: string;
    page: number;
    project: string;
}>> = ...