E2EEObj: {
    id: string;
    versions: {
        content: string;
        readerPK: string;
    }[];
    [propName: string]: object | string | number;
}

Type for object to handle E2EE

Type declaration

  • [propName: string]: object | string | number
  • id: string
  • versions: {
        content: string;
        readerPK: string;
    }[]

Generated using TypeDoc