chore: some api-docs changed

Signed-off-by: blam <ben@blam.sh>
This commit is contained in:
blam
2021-07-06 20:29:58 +02:00
parent 2ed57f31c7
commit fd5ec6d304
2 changed files with 1 additions and 3 deletions
@@ -35,8 +35,6 @@ import { createFetchCookiecutterAction } from './cookiecutter';
import { join } from 'path';
import { ActionContext } from '../../types';
import fs from 'fs-extra';
describe('fetch:cookiecutter', () => {
const integrations = ScmIntegrations.fromConfig(
new ConfigReader({
+1 -1
View File
@@ -81,7 +81,7 @@ export type SentryIssue = {
// @public (undocumented)
export const SentryIssuesWidget: ({ entity, statsFor, variant, }: {
entity: Entity;
statsFor?: "12h" | "24h" | undefined;
statsFor?: "24h" | "12h" | undefined;
variant?: InfoCardVariants | undefined;
}) => JSX.Element;