MCPcopy
hub / github.com/jhaals/yopass / MockSecretResponse

Interface MockSecretResponse

website/tests/helpers/mock-api.ts:3–9  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { Page } from '@playwright/test';
2
3export interface MockSecretResponse {
4 message: string;
5 key?: string;
6 one_time?: boolean;
7 expiration?: number;
8 receipt_token?: string;
9}
10
11export interface MockReceiptResponse {
12 state: 'pending' | 'viewed';

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected