ConfigPayload: WithAdditional<
    Payload<{ config: string; schema: ConfigSchema }>,
    T,
>

Type Parameters