library-ts/node/crypt/CryptContainer.ts

5 lines
64 B
TypeScript

export class CryptContainer
{
key:string;
data:string;
}