export type FetchDevSecretsResponse = { secretKeys: Array<{ secretKey: string; }>; };