Interface IContextOptions<P, S, Type, SubType>

interface IContextOptions<P, S, Type, SubType> {
    api: API;
    groupId?: number;
    payload: P;
    source: UpdateSource;
    state?: S;
    subTypes: SubType[];
    type: Type;
    updateType: string | number;
    upload: Upload;
}

Type Parameters

  • P

  • S

  • Type extends string = string

  • SubType extends string = string

Properties

api: API
groupId?: number
payload: P
source: UpdateSource
state?: S
subTypes: SubType[]
type: Type
updateType: string | number
upload: Upload

Generated using TypeDoc