export interface IPagBankCustody {
    apply: boolean;
}
