Type alias FileSystemSecret

FileSystemSecret: {
    bareNameFilter: string;
    path: Distinctive<Segments>;
    readKey: Uint8Array;
}

Type declaration

Generated using TypeDoc