interface GetAppsByManagerParams {
    managerAddress: string;
    offset: string;
}

Properties

managerAddress: string
offset: string