interface PayloadBuilderOptions {
    logger?: Logger;
    schema: string;
}

Properties

Properties

logger?: Logger
schema: string