mirror of
https://github.com/Infisical/infisical.git
synced 2025-03-29 22:02:57 +00:00
8 lines
153 B
TypeScript
8 lines
153 B
TypeScript
export interface SecretDataProps {
|
|
pos: number;
|
|
key: string;
|
|
value: string;
|
|
valueOverride: string | undefined;
|
|
id: string;
|
|
comment: string;
|
|
} |